{ "version": 4, "terraform_version": "1.5.3", "serial": 258, "lineage": "0b8e49c4-93aa-2210-1c52-246610e472ce", "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-bcff3c2da7dc47c01", "ami": "ami-e53b21c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1ae9b831"], "subnet_id": "subnet-c6bb5daa", "key_name": "prod-deploy-key" } } ] } ] }