{ "version": 4, "terraform_version": "1.8.8", "serial": 599, "lineage": "ec1d8468-03d2-bb7d-e475-a1fad3b4ca71", "outputs": { "db_endpoint": { "value": "db-2.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-f0da6c273e8e3939a", "ami": "ami-76c9790d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad86bd86"], "subnet_id": "subnet-81154229", "key_name": "prod-deploy-key" } } ] } ] }