{ "version": 4, "terraform_version": "1.6.9", "serial": 102, "lineage": "b2906688-dd50-012c-6370-0637b49532c9", "outputs": { "db_endpoint": { "value": "db-0.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-85046df3a64350bb9", "ami": "ami-3ffcb479", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d2b8695"], "subnet_id": "subnet-3187be91", "key_name": "prod-deploy-key" } } ] } ] }