{ "version": 4, "terraform_version": "1.7.6", "serial": 241, "lineage": "57200013-6f3b-d5b1-3dbe-0cd044b583ed", "outputs": { "db_endpoint": { "value": "db-4.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-c11542821a5887eae", "ami": "ami-981322fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c3725611"], "subnet_id": "subnet-209f62a3", "key_name": "prod-deploy-key" } } ] } ] }