{ "version": 4, "terraform_version": "1.8.2", "serial": 451, "lineage": "f72e9ed1-0092-bd21-cfea-6f3bad76ed23", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-1adc569a893ecd96b", "ami": "ami-228b83ab", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-107c9828"], "subnet_id": "subnet-dd8ec6f4", "key_name": "prod-deploy-key" } } ] } ] }