{ "version": 4, "terraform_version": "1.6.3", "serial": 459, "lineage": "f6346fef-6238-16f8-dc06-34bff769b972", "outputs": { "db_endpoint": { "value": "db-4.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-fc8db71aca1dd3f5a", "ami": "ami-adaaaa41", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-03101edf"], "subnet_id": "subnet-8a76f827", "key_name": "prod-deploy-key" } } ] } ] }