{ "version": 4, "terraform_version": "1.5.5", "serial": 425, "lineage": "66125b77-9e8f-ca2e-0926-85199c895526", "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-5ad06b6d14f2aef19", "ami": "ami-ba898a32", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-882cb632"], "subnet_id": "subnet-d6f1eb2a", "key_name": "prod-deploy-key" } } ] } ] }