{ "version": 4, "terraform_version": "1.6.8", "serial": 564, "lineage": "1d01a7f2-8c8c-c38b-afae-00d1e76018d2", "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-5e5584345de322d64", "ami": "ami-bf26e97e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7cb7db4f"], "subnet_id": "subnet-d8dd5037", "key_name": "prod-deploy-key" } } ] } ] }