{ "version": 4, "terraform_version": "1.6.4", "serial": 572, "lineage": "d5d2d3aa-f413-1363-af20-5722f13532b6", "outputs": { "db_endpoint": { "value": "db-1.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-a9e2a0869ef967d85", "ami": "ami-bc357475", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8f04aefa"], "subnet_id": "subnet-c1eba380", "key_name": "prod-deploy-key" } } ] } ] }