{ "version": 4, "terraform_version": "1.5.0", "serial": 271, "lineage": "73c2ebf0-560b-3355-b126-be4071969dd9", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0929883d2dd0ab8cc", "ami": "ami-a0da2b3d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3d449014"], "subnet_id": "subnet-3a689c0e", "key_name": "prod-deploy-key" } } ] } ] }