{ "version": 4, "terraform_version": "1.5.2", "serial": 559, "lineage": "04908102-d463-5be9-6d59-abe383387f1e", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-8ed4051f85061c9eb", "ami": "ami-887960e7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2b4ac3aa"], "subnet_id": "subnet-8c0caedf", "key_name": "prod-deploy-key" } } ] } ] }