{ "version": 4, "terraform_version": "1.5.5", "serial": 455, "lineage": "6290fdb7-85a6-3ee8-d35e-8b5bf9d3ad56", "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-fba26be712b341db3", "ami": "ami-75079f13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-25258629"], "subnet_id": "subnet-11632ef4", "key_name": "prod-deploy-key" } } ] } ] }