{ "version": 4, "terraform_version": "1.6.9", "serial": 440, "lineage": "0f8cc0bc-2873-ab4b-8eb6-25c6a71d2b6d", "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-9aee0d603be20587c", "ami": "ami-300d8faf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-32c42fb2"], "subnet_id": "subnet-6f4e59a2", "key_name": "prod-deploy-key" } } ] } ] }