{ "version": 4, "terraform_version": "1.5.6", "serial": 192, "lineage": "2243bd3c-74dc-25b1-7e74-ce80fd0dfcf7", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-27ed18b109d4c9327", "ami": "ami-fa53b66e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a9d46027"], "subnet_id": "subnet-05717a05", "key_name": "prod-deploy-key" } } ] } ] }