{ "version": 4, "terraform_version": "1.6.4", "serial": 321, "lineage": "f08ff951-caad-1357-6932-58e58f595b2f", "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-78800fb5d36fc259d", "ami": "ami-b9ce2336", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ae709de5"], "subnet_id": "subnet-d732954d", "key_name": "prod-deploy-key" } } ] } ] }