{ "version": 4, "terraform_version": "1.7.8", "serial": 325, "lineage": "b5f64544-9fca-aa10-9159-d58fa5f21925", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-d207aa3920de8cf28", "ami": "ami-79a57d1f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3f8cd811"], "subnet_id": "subnet-2663469a", "key_name": "prod-deploy-key" } } ] } ] }