{ "version": 4, "terraform_version": "1.6.5", "serial": 148, "lineage": "5af187f3-dbae-d252-c1e7-efe37438fcf0", "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-1a8168486df93d1ce", "ami": "ami-608eece2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9e0dcf34"], "subnet_id": "subnet-87ca75c5", "key_name": "prod-deploy-key" } } ] } ] }